home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 March / PCWorld_2008-03_cd.bin / v cisle / mobiDVD / MobiDVD-1.0.0.6.exe / xulrunner / res / ua.css < prev    next >
Cascading Style Sheet File  |  2007-03-14  |  6KB  |  235 lines

  1. /* ***** BEGIN LICENSE BLOCK *****
  2.  * Version: MPL 1.1/GPL 2.0/LGPL 2.1
  3.  *
  4.  * The contents of this file are subject to the Mozilla Public License Version
  5.  * 1.1 (the "License"); you may not use this file except in compliance with
  6.  * the License. You may obtain a copy of the License at
  7.  * http://www.mozilla.org/MPL/
  8.  *
  9.  * Software distributed under the License is distributed on an "AS IS" basis,
  10.  * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  11.  * for the specific language governing rights and limitations under the
  12.  * License.
  13.  *
  14.  * The Original Code is mozilla.org code.
  15.  *
  16.  * The Initial Developer of the Original Code is
  17.  * Netscape Communications Corporation.
  18.  * Portions created by the Initial Developer are Copyright (C) 1998
  19.  * the Initial Developer. All Rights Reserved.
  20.  *
  21.  * Contributor(s):
  22.  *
  23.  * Alternatively, the contents of this file may be used under the terms of
  24.  * either of the GNU General Public License Version 2 or later (the "GPL"),
  25.  * or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  26.  * in which case the provisions of the GPL or the LGPL are applicable instead
  27.  * of those above. If you wish to allow use of your version of this file only
  28.  * under the terms of either the GPL or the LGPL, and not to allow others to
  29.  * use your version of this file under the terms of the MPL, indicate your
  30.  * decision by deleting the provisions above and replace them with the notice
  31.  * and other provisions required by the GPL or the LGPL. If you do not delete
  32.  * the provisions above, a recipient may use your version of this file under
  33.  * the terms of any one of the MPL, the GPL or the LGPL.
  34.  *
  35.  * ***** END LICENSE BLOCK ***** */
  36.  
  37. @import url(resource://gre/res/html.css);
  38. @import url(chrome://global/content/xul.css);
  39. @import url(resource://gre/res/quirk.css);
  40.  
  41. @namespace parsererror url(http://www.mozilla.org/newlayout/xml/parsererror.xml);
  42.  
  43. /* defaults for the root element that are easier to specify here than in
  44.    C++ code */
  45. *|*:root {
  46.   quotes: "\201C" "\201D" "\2018" "\2019";
  47. }
  48.  
  49. /* magic -- some of these rules are important to keep pages from overriding
  50.             them
  51. */
  52.  
  53. /* Tables */
  54.  
  55. *|*::-moz-table {
  56.   display: table !important;
  57.   -moz-box-sizing: border-box; /* XXX do we really want this? */
  58. }
  59.  
  60. *|*::-moz-inline-table {
  61.   display: inline-table !important;
  62.   -moz-box-sizing: border-box; /* XXX do we really want this? */
  63. }
  64.  
  65. *|*::-moz-table-outer {
  66.   display: inherit !important; /* table or inline-table */
  67.   margin: 0 ! important;
  68.   padding: 0 ! important;
  69.   border: none ! important;
  70.   float: inherit;
  71.   clear: inherit;
  72.   position: inherit;
  73.   top: inherit;
  74.   right: inherit;
  75.   bottom: inherit;
  76.   left: inherit;
  77.   z-index: inherit;
  78.   page-break-before: inherit;
  79.   page-break-after: inherit;
  80. }
  81.  
  82. *|*::-moz-table-row {
  83.   display: table-row !important;
  84. }
  85.  
  86. /* The ::-moz-table-column pseudo-element is for extra columns at the end 
  87.    of a table. */
  88. *|*::-moz-table-column {
  89.   display: table-column !important;
  90. }
  91.  
  92. *|*::-moz-table-column-group {
  93.   display: table-column-group !important;
  94. }
  95.  
  96. *|*::-moz-table-row-group {
  97.   display: table-row-group !important;
  98. }
  99.  
  100. *|*::-moz-table-cell {
  101.   display: table-cell !important;
  102.   white-space: inherit;
  103. }
  104.  
  105. /* Lists */
  106.  
  107. *|*::-moz-list-bullet, *|*::-moz-list-number {
  108.   display: inline;
  109.   vertical-align: baseline;
  110.   -moz-margin-end: 8px;
  111. }
  112.  
  113. /* Links */
  114.  
  115. *|*:-moz-any-link {
  116.   cursor: pointer;
  117. }
  118.  
  119. *|*:-moz-any-link:focus {
  120.   /* Don't specify the outline-color, we should always use initial value. */
  121.   outline: 1px dotted;
  122. }
  123.  
  124. /* Miscellaneous */
  125.  
  126. *|*::-moz-anonymous-block, *|*::-moz-cell-content {
  127.   display: block !important;
  128.   position: static !important;
  129. }
  130.  
  131. *|*::-moz-scrolled-content, *|*::-moz-scrolled-canvas,
  132. *|*::-moz-scrolled-page-sequence {
  133.   /* e.g., text inputs, select boxes */
  134.   padding: inherit;
  135.   display: inherit;
  136.   -moz-box-orient: inherit;
  137.   /* make unicode-bidi inherit, otherwise it has no effect on text inputs and
  138.      blocks with overflow: scroll; */
  139.   unicode-bidi: inherit;
  140.   -moz-column-count: inherit;
  141.   -moz-column-width: inherit;
  142.   -moz-column-gap: inherit;
  143.   /* Do not change these. nsCSSFrameConstructor depends on them to create a good
  144.      frame tree. */
  145.   position: static !important;
  146.   float: none !important;
  147. }
  148.  
  149. *|*::-moz-viewport, *|*::-moz-viewport-scroll, *|*::-moz-canvas, *|*::-moz-scrolled-canvas {
  150.   display: block !important;
  151.   background-color: inherit;
  152. }
  153.  
  154. *|*::-moz-viewport-scroll {
  155.   overflow: auto;
  156. }
  157.  
  158. *|*::-moz-column-content { 
  159.   /* the column boxes inside a column-flowed block */
  160.   /* make unicode-bidi inherit, otherwise it has no effect on column boxes */
  161.   unicode-bidi: inherit;
  162.   /* inherit the outer frame's display, otherwise we turn into an inline */
  163.   display: inherit !important;
  164.   /* Carry through our parent's height so that %-height children get
  165.   their heights set */
  166.   height: 100%;
  167. }
  168.  
  169. *|*::-moz-page, *|*::-moz-page-sequence, *|*::-moz-scrolled-page-sequence {
  170.   display: block !important;
  171.   background: transparent;
  172. }
  173.  
  174. *|*::-moz-pagecontent {
  175.   display: block !important;
  176. }
  177.  
  178. *|*::-moz-pagebreak {
  179.   display: block !important;
  180. }
  181.  
  182. *|*::-moz-anonymous-positioned-block {
  183.   display: block !important;
  184.   position: relative;
  185.   top: inherit; 
  186.   left: inherit;
  187.   bottom: inherit;
  188.   right: inherit;
  189.   z-index: inherit;
  190.   clip: inherit;
  191.   opacity: inherit;
  192. }
  193.  
  194. /* Printing */
  195.  
  196. @media print {
  197.  
  198.   * {
  199.     cursor: default !important;
  200.   }
  201.  
  202.   *|*::-moz-viewport, *|*::-moz-viewport-scroll, *|*::-moz-canvas,
  203.   *|*::-moz-scrolled-canvas {
  204.     background-color: #737373 !important;
  205.   }
  206.  
  207. }
  208.  
  209. /* XML parse error reporting */
  210.  
  211. parsererror|parsererror {
  212.   display: block;
  213.   font-family: sans-serif;
  214.   font-weight: bold;
  215.   white-space: pre;
  216.   margin: 1em;
  217.   padding: 1em;
  218.   border-width: thin;
  219.   border-style: inset;
  220.   border-color: red;
  221.   font-size: 14pt;
  222.   background-color: lightyellow;
  223. }
  224.  
  225. parsererror|sourcetext {
  226.   display: block;
  227.   white-space: pre;
  228.   font-family: -moz-fixed;
  229.   margin-top: 2em;
  230.   margin-bottom: 1em;
  231.   color: red;
  232.   font-weight: bold;
  233.   font-size: 12pt;
  234. }
  235.